Array:

An array is quite similar to a list but assures efficient access to its elements. It is limited in its size at the time of creation. The class Array provides means for manipulating arrays like registers in programming languages, i.e. there are methods for shifting and rotating the array contents.